home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / dvcron10.zip / GETOPT.H < prev    next >
Text File  |  1991-12-18  |  206b  |  10 lines

  1. /*
  2.   copyright (c) 1991 -- kyle a. york
  3.   use / copy / modify at will -- see CRON.DOC for details
  4. */
  5.  
  6. extern char *optarg;
  7. extern int  optind;
  8.  
  9. int getopt(int argc, char **argv, char *optstring);
  10.